<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #616366;
	font-family:"微软雅黑";
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #616366;
	font-family:"微软雅黑";
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #616366;
	font-family:"微软雅黑";
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #616366;
	font-family:"微软雅黑";
}
input{outline:none;/*去除蓝色边框*/}
textarea{outline:none;/*去除蓝色边框*/}
.cssall{
	width: 100% !important;
    margin: 0px auto !important;
	height:40px!important;
	line-height: 40px!important;
}
.cssall label{
	width: 20%;
    margin: 0 auto;
    float: left;
	text-align:center;
	padding-right:0px !important;
}

.cssall label font{
	
}
.message_list{
	margin:0px !important;
	padding:0px !important;
}
.cssname{
	width:50%;	
	float:left;
}
.csstel{
	width:50%;
	float:left;
}
.csscomp{
	width:100%;
	float:left;
}
.cssemail{
	width:50%;
	float:left;
}
.csscontent{
	width:100%;
	clear: both;
	height: 80px !important;
}
.csscontent  label{
	float:left;
	width:10%;
	margin:0 auto;
}

.message_text{
	width: 90%;
	height: 80px !important;
	float:right;
}
.cssval{
	display:none !important;
}
.cssbut{
	width:100%;
}
.cssall input{
	background: #fff!important;
	border:1px solid #dadfe6!important;
	height:40px!important;
	line-height: 40px!important;
	margin-bottom: 20px!important;
	color:#616366!important;		
	width:80% !important;
	padding-left: 10px!important;
}

.cssall .csscomp input{		
	height: 40px!important;		
	padding: 8px 10px!important;	
	width:100% !important;	
}	
.cssbut input{
	width: 30% !important;
	height: 46px !important;	
	display: block !important;
	border-radius: 3px !important;
	background: #229af5 !important;
	margin:20px auto 0 !important;
	font-size: 16px !important;
	color: #fff !important;
	cursor: pointer !important;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.cssbut input:hover{
	background: #007ad6 !important;
}
.fl{
	float:none;
}
.message_list t{
	color: #f00;
    position: absolute;
    left: 0px;
    z-index: 9999;
}</pre></body></html>